 |
API Documentation
|
|
13 class DLL_GRAPHICS_EXPORT
ViewportManager final :
public nkCommon::SingletonClass<ViewportManager>
66 void rename (
const std::string_view& currentName,
const std::string_view& newName) ;
72 void erase (
const std::string_view& name) ;
Viewport * get(const std::string_view &name)
Viewport * getByIndex(unsigned int index)
Holds all the information needed about a viewport.
Definition: Viewport.h:12
void erase(const std::string_view &name)
void setActiveViewport(Viewport *value)
Manages the viewports available in the component.
Definition: ViewportManager.h:14
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Viewport * createOrRetrieve(const std::string_view &name)
Viewport * getActiveViewport() const
void rename(const std::string_view ¤tName, const std::string_view &newName)